home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in.0</name>
- <id>-1</id>
- <cardCount>6</cardCount>
- <cardID>2897</cardID>
- <listID>3317</listID>
- <cantModify><true /></cantModify>
- <cantDelete><true /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on lockit
- global lockInit
- put true into lockInit
- end lockit
-
- on unlockit
- global lockInit
- put false into lockInit
- end unlockit
-
- on openStack
- global menuVis, lockInit, origUserModify
- if the loc of the cd window is "0,0" then
- hide menuBar
- put false into menuVis
- else
- show menuBar
- put true into menuVis
- end if
- put false into lockInit
- put the userModify into origUserModify
- set the userModify to true
- show groups
- end openStack
-
- on closeStack
- global menuVis, origUserModify
- if not menuVis then show menuBar
- set the userModify to origUserModify
- end closeStack
-
- on suspendStack
- global menuVis, origUserModify
- if not menuVis then show menuBar
- set the userModify to origUserModify
- end suspendStack
-
- on resumeStack
- global menuVis, origUserModify
- if not menuVis then hide menuBar
- set the userModify to true
- show groups
- end resumeStack
-
- on arrowKey which
- if which is "left" then goPrev
- else if which is "right" then goNext
- else pass arrowKey
- end arrowKey
-
- on goNext
- visual effect wipe left slow
- go next
- end goNext
-
- on goPrev
- visual effect wipe right slow
- go prev
- end goPrev
-
- on idle
- global menuVis
-
- if the loc of the card window is "0,0" then
- if menuVis then
- if the mouseV > 20 then
- hide menuBar
- put false into menuVis
- end if
- else
- if the mouseV <= 20 then
- show menuBar
- put true into menuVis
- end if
- end if
- else
- if not menuVis then
- show menuBar
- put true into menuVis
- end if
- end if
- end idle</script>
- <background id="2067" file="background_2067.xml" name="" />
- <background id="2657" file="background_2657.xml" name="" />
- <background id="6693" file="background_6693.xml" name="" />
- <card id="2897" file="card_2897.xml" marked="false" name="" owner="2657" />
- <card id="4363" file="card_4363.xml" marked="false" name="" owner="2067" />
- <card id="8553" file="card_8553.xml" marked="false" name="" owner="6693" />
- <card id="8423" file="card_8423.xml" marked="false" name="" owner="6693" />
- <card id="3629" file="card_3629.xml" marked="false" name="" owner="6693" />
- <card id="6997" file="card_6997.xml" marked="false" name="" owner="6693" />
- </stack>
-